3.4.88 \(\int \frac {(d+e x) (a+b x^2)^p}{x^2} \, dx\) [388]

Optimal. Leaf size=91 \[ -\frac {d \left (a+b x^2\right )^p \left (1+\frac {b x^2}{a}\right )^{-p} \, _2F_1\left (-\frac {1}{2},-p;\frac {1}{2};-\frac {b x^2}{a}\right )}{x}-\frac {e \left (a+b x^2\right )^{1+p} \, _2F_1\left (1,1+p;2+p;1+\frac {b x^2}{a}\right )}{2 a (1+p)} \]

[Out]

-d*(b*x^2+a)^p*hypergeom([-1/2, -p],[1/2],-b*x^2/a)/x/((1+b*x^2/a)^p)-1/2*e*(b*x^2+a)^(1+p)*hypergeom([1, 1+p]
,[2+p],1+b*x^2/a)/a/(1+p)

________________________________________________________________________________________

Rubi [A]
time = 0.03, antiderivative size = 91, normalized size of antiderivative = 1.00, number of steps used = 5, number of rules used = 5, integrand size = 18, \(\frac {\text {number of rules}}{\text {integrand size}}\) = 0.278, Rules used = {778, 372, 371, 272, 67} \begin {gather*} -\frac {d \left (a+b x^2\right )^p \left (\frac {b x^2}{a}+1\right )^{-p} \, _2F_1\left (-\frac {1}{2},-p;\frac {1}{2};-\frac {b x^2}{a}\right )}{x}-\frac {e \left (a+b x^2\right )^{p+1} \, _2F_1\left (1,p+1;p+2;\frac {b x^2}{a}+1\right )}{2 a (p+1)} \end {gather*}

Antiderivative was successfully verified.

[In]

Int[((d + e*x)*(a + b*x^2)^p)/x^2,x]

[Out]

-((d*(a + b*x^2)^p*Hypergeometric2F1[-1/2, -p, 1/2, -((b*x^2)/a)])/(x*(1 + (b*x^2)/a)^p)) - (e*(a + b*x^2)^(1
+ p)*Hypergeometric2F1[1, 1 + p, 2 + p, 1 + (b*x^2)/a])/(2*a*(1 + p))

Rule 67

Int[((b_.)*(x_))^(m_)*((c_) + (d_.)*(x_))^(n_), x_Symbol] :> Simp[((c + d*x)^(n + 1)/(d*(n + 1)*(-d/(b*c))^m))
*Hypergeometric2F1[-m, n + 1, n + 2, 1 + d*(x/c)], x] /; FreeQ[{b, c, d, m, n}, x] &&  !IntegerQ[n] && (Intege
rQ[m] || GtQ[-d/(b*c), 0])

Rule 272

Int[(x_)^(m_.)*((a_) + (b_.)*(x_)^(n_))^(p_), x_Symbol] :> Dist[1/n, Subst[Int[x^(Simplify[(m + 1)/n] - 1)*(a
+ b*x)^p, x], x, x^n], x] /; FreeQ[{a, b, m, n, p}, x] && IntegerQ[Simplify[(m + 1)/n]]

Rule 371

Int[((c_.)*(x_))^(m_.)*((a_) + (b_.)*(x_)^(n_))^(p_), x_Symbol] :> Simp[a^p*((c*x)^(m + 1)/(c*(m + 1)))*Hyperg
eometric2F1[-p, (m + 1)/n, (m + 1)/n + 1, (-b)*(x^n/a)], x] /; FreeQ[{a, b, c, m, n, p}, x] &&  !IGtQ[p, 0] &&
 (ILtQ[p, 0] || GtQ[a, 0])

Rule 372

Int[((c_.)*(x_))^(m_.)*((a_) + (b_.)*(x_)^(n_))^(p_), x_Symbol] :> Dist[a^IntPart[p]*((a + b*x^n)^FracPart[p]/
(1 + b*(x^n/a))^FracPart[p]), Int[(c*x)^m*(1 + b*(x^n/a))^p, x], x] /; FreeQ[{a, b, c, m, n, p}, x] &&  !IGtQ[
p, 0] &&  !(ILtQ[p, 0] || GtQ[a, 0])

Rule 778

Int[(x_)^(m_.)*((f_) + (g_.)*(x_))*((a_) + (c_.)*(x_)^2)^(p_.), x_Symbol] :> Dist[f, Int[x^m*(a + c*x^2)^p, x]
, x] + Dist[g, Int[x^(m + 1)*(a + c*x^2)^p, x], x] /; FreeQ[{a, c, f, g, p}, x] && IntegerQ[m] &&  !IntegerQ[2
*p]

Rubi steps

\begin {align*} \int \frac {(d+e x) \left (a+b x^2\right )^p}{x^2} \, dx &=d \int \frac {\left (a+b x^2\right )^p}{x^2} \, dx+e \int \frac {\left (a+b x^2\right )^p}{x} \, dx\\ &=\frac {1}{2} e \text {Subst}\left (\int \frac {(a+b x)^p}{x} \, dx,x,x^2\right )+\left (d \left (a+b x^2\right )^p \left (1+\frac {b x^2}{a}\right )^{-p}\right ) \int \frac {\left (1+\frac {b x^2}{a}\right )^p}{x^2} \, dx\\ &=-\frac {d \left (a+b x^2\right )^p \left (1+\frac {b x^2}{a}\right )^{-p} \, _2F_1\left (-\frac {1}{2},-p;\frac {1}{2};-\frac {b x^2}{a}\right )}{x}-\frac {e \left (a+b x^2\right )^{1+p} \, _2F_1\left (1,1+p;2+p;1+\frac {b x^2}{a}\right )}{2 a (1+p)}\\ \end {align*}

________________________________________________________________________________________

Mathematica [A]
time = 0.10, size = 91, normalized size = 1.00 \begin {gather*} -\frac {d \left (a+b x^2\right )^p \left (1+\frac {b x^2}{a}\right )^{-p} \, _2F_1\left (-\frac {1}{2},-p;\frac {1}{2};-\frac {b x^2}{a}\right )}{x}-\frac {e \left (a+b x^2\right )^{1+p} \, _2F_1\left (1,1+p;2+p;1+\frac {b x^2}{a}\right )}{2 a (1+p)} \end {gather*}

Antiderivative was successfully verified.

[In]

Integrate[((d + e*x)*(a + b*x^2)^p)/x^2,x]

[Out]

-((d*(a + b*x^2)^p*Hypergeometric2F1[-1/2, -p, 1/2, -((b*x^2)/a)])/(x*(1 + (b*x^2)/a)^p)) - (e*(a + b*x^2)^(1
+ p)*Hypergeometric2F1[1, 1 + p, 2 + p, 1 + (b*x^2)/a])/(2*a*(1 + p))

________________________________________________________________________________________

Maple [F]
time = 0.01, size = 0, normalized size = 0.00 \[\int \frac {\left (e x +d \right ) \left (b \,x^{2}+a \right )^{p}}{x^{2}}\, dx\]

Verification of antiderivative is not currently implemented for this CAS.

[In]

int((e*x+d)*(b*x^2+a)^p/x^2,x)

[Out]

int((e*x+d)*(b*x^2+a)^p/x^2,x)

________________________________________________________________________________________

Maxima [F]
time = 0.00, size = 0, normalized size = 0.00 \begin {gather*} \text {Failed to integrate} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate((e*x+d)*(b*x^2+a)^p/x^2,x, algorithm="maxima")

[Out]

integrate((x*e + d)*(b*x^2 + a)^p/x^2, x)

________________________________________________________________________________________

Fricas [F]
time = 0.00, size = 0, normalized size = 0.00 \begin {gather*} \text {could not integrate} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate((e*x+d)*(b*x^2+a)^p/x^2,x, algorithm="fricas")

[Out]

integral((x*e + d)*(b*x^2 + a)^p/x^2, x)

________________________________________________________________________________________

Sympy [C] Result contains complex when optimal does not.
time = 4.15, size = 68, normalized size = 0.75 \begin {gather*} - \frac {a^{p} d {{}_{2}F_{1}\left (\begin {matrix} - \frac {1}{2}, - p \\ \frac {1}{2} \end {matrix}\middle | {\frac {b x^{2} e^{i \pi }}{a}} \right )}}{x} - \frac {b^{p} e x^{2 p} \Gamma \left (- p\right ) {{}_{2}F_{1}\left (\begin {matrix} - p, - p \\ 1 - p \end {matrix}\middle | {\frac {a e^{i \pi }}{b x^{2}}} \right )}}{2 \Gamma \left (1 - p\right )} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate((e*x+d)*(b*x**2+a)**p/x**2,x)

[Out]

-a**p*d*hyper((-1/2, -p), (1/2,), b*x**2*exp_polar(I*pi)/a)/x - b**p*e*x**(2*p)*gamma(-p)*hyper((-p, -p), (1 -
 p,), a*exp_polar(I*pi)/(b*x**2))/(2*gamma(1 - p))

________________________________________________________________________________________

Giac [F]
time = 0.00, size = 0, normalized size = 0.00 \begin {gather*} \text {could not integrate} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate((e*x+d)*(b*x^2+a)^p/x^2,x, algorithm="giac")

[Out]

integrate((x*e + d)*(b*x^2 + a)^p/x^2, x)

________________________________________________________________________________________

Mupad [F]
time = 0.00, size = -1, normalized size = -0.01 \begin {gather*} \int \frac {{\left (b\,x^2+a\right )}^p\,\left (d+e\,x\right )}{x^2} \,d x \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

int(((a + b*x^2)^p*(d + e*x))/x^2,x)

[Out]

int(((a + b*x^2)^p*(d + e*x))/x^2, x)

________________________________________________________________________________________